-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
limitCountRedis: add option to disable x-envoy-ratelimited #835
base: main
Are you sure you want to change the base?
limitCountRedis: add option to disable x-envoy-ratelimited #835
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to use separate option (like Envoy's disable_x_envoy_ratelimited_header
) and add test to cover this feature.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #835 +/- ##
==========================================
- Coverage 85.45% 85.34% -0.11%
==========================================
Files 141 141
Lines 8407 8408 +1
==========================================
- Hits 7184 7176 -8
- Misses 968 974 +6
- Partials 255 258 +3 ☔ View full report in Codecov by Sentry. |
@yizhibian |
done |
Related to #617
use
enable_limit_quota_headers
as ratelimited option